home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / GRAPHICS / TOOLS / PDF / Changes next >
Encoding:
Text File  |  1997-05-26  |  2.4 KB  |  60 lines

  1. version 0.63b 970525
  2. - Fixed save stack problem
  3. - Dashed lines support added
  4. - Fixed line width
  5. - Fixed memory leak when closing last view on document
  6. - Update hints and whatif files
  7.  
  8. version 0.63a 970405
  9. - Rotated fonts support added.
  10. - Better font scaling. 
  11. - Fixed line width. !PDF shows real line width now (has a minor bug though)
  12. - LZW decoding without temp file. Result: Speed!!
  13. - Fixed embedded sprite name. Spritename can be handled by !paint now.
  14. - Fixed rotated images. Images are rotated correct
  15. - Use fixpoint for DCT gives 5 to 10 times speed increase for JPEG images
  16. - Better positioning of sprites
  17. - New class model for drawfile sprites.
  18. - Makefile changed
  19. - Files can be saved as: DrawFile (one page), PDF and PS (all pages)
  20. - Mask images are now implementated by masked sprites
  21.  
  22. version 0.62b 970322
  23. - Better memory management. PDF Uses flex now.
  24. - Fixed memory leak
  25.  
  26. version 0.62a 970315
  27. - Major rewrite drawfile interface, solved hidden drawfile error
  28. - Non effective navigation controls are disabled, eg previous is disabled
  29.   if page is no 1.
  30. - No more need for gzip. The LZW code is included in the !RunImage
  31. - Added base code for links (not operatable yet)
  32. - Added 'Accurate' option to viewermenu. When this entry is ticked (default)
  33.   pdf uses an object for every character. This way the greatest rendering
  34.   precision is achieved (atm). When unticked Pdf creates objects for
  35.   as many characters as defined by the pdf file. This gives smaller but
  36.   less accurate (thus rendering) !Draw files.
  37. - Support for multiple documents
  38. - Support for multiple views/document
  39. - Started Hints file
  40. - Check files with type text (FFF) or data (FFD) for PDF header
  41. - Added support for ImageMask resource
  42. - Enhanced image scaling; Images are now rendered 1:1 in the drawfile. When
  43.   displayed the drawfile module does the scaling.
  44. - Toolbar extended
  45.  
  46. version 0.61b 970222
  47. - Removed not supported key code PRINT
  48. - Removed not working F11 from menu
  49. - Removed not working shift-F1 from menu
  50. - FileInfo dialog does display actual file info
  51. - <WimpScrap$Dir>.pdf is used for temp files
  52. - Reorganized LZW stream (more inline with xpdf, less diffs)
  53. - Changed filetype to Acorn allocated one. Filetype is now &ADF
  54. - Display documentname in window title
  55. - Added Cursor key control: CTRL-Left page back; CTRL-Right page forward
  56. - When rendering is active the navigation controls are disabled
  57.  
  58. version 0.61a 970215
  59. - First release
  60.